summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/kernel_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/kernel_helpers.h')
-rw-r--r--src/core/hle/service/kernel_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/kernel_helpers.h b/src/core/hle/service/kernel_helpers.h
index 6415838e5..eca9aefb5 100644
--- a/src/core/hle/service/kernel_helpers.h
+++ b/src/core/hle/service/kernel_helpers.h
@@ -29,6 +29,7 @@ public:
private:
Kernel::KernelCore& kernel;
Kernel::KProcess* process{};
+ bool process_created{false};
};
} // namespace Service::KernelHelpers